Searched hist:"93 ee30f3e8b412c5fc2d2f7d9d002529d9a209ad" (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/net/xdp/ |
H A D | xsk_queue.c | diff 93ee30f3e8b412c5fc2d2f7d9d002529d9a209ad Fri Aug 31 06:40:02 CDT 2018 Magnus Karlsson <magnus.karlsson@intel.com> xsk: i40e: get rid of useless struct xdp_umem_props
This commit gets rid of the structure xdp_umem_props. It was there to be able to break a dependency at one point, but this is no longer needed. The values in the struct are instead stored directly in the xdp_umem structure. This simplifies the xsk code as well as af_xdp zero-copy drivers and as a bonus gets rid of one internal header file.
The i40e driver is also adapted to the new interface in this commit.
Signed-off-by: Magnus Karlsson <magnus.karlsson@intel.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
|
H A D | xdp_umem.c | diff 93ee30f3e8b412c5fc2d2f7d9d002529d9a209ad Fri Aug 31 06:40:02 CDT 2018 Magnus Karlsson <magnus.karlsson@intel.com> xsk: i40e: get rid of useless struct xdp_umem_props
This commit gets rid of the structure xdp_umem_props. It was there to be able to break a dependency at one point, but this is no longer needed. The values in the struct are instead stored directly in the xdp_umem structure. This simplifies the xsk code as well as af_xdp zero-copy drivers and as a bonus gets rid of one internal header file.
The i40e driver is also adapted to the new interface in this commit.
Signed-off-by: Magnus Karlsson <magnus.karlsson@intel.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
|
H A D | xsk_queue.h | diff 93ee30f3e8b412c5fc2d2f7d9d002529d9a209ad Fri Aug 31 06:40:02 CDT 2018 Magnus Karlsson <magnus.karlsson@intel.com> xsk: i40e: get rid of useless struct xdp_umem_props
This commit gets rid of the structure xdp_umem_props. It was there to be able to break a dependency at one point, but this is no longer needed. The values in the struct are instead stored directly in the xdp_umem structure. This simplifies the xsk code as well as af_xdp zero-copy drivers and as a bonus gets rid of one internal header file.
The i40e driver is also adapted to the new interface in this commit.
Signed-off-by: Magnus Karlsson <magnus.karlsson@intel.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
|
H A D | xsk.c | diff 93ee30f3e8b412c5fc2d2f7d9d002529d9a209ad Fri Aug 31 06:40:02 CDT 2018 Magnus Karlsson <magnus.karlsson@intel.com> xsk: i40e: get rid of useless struct xdp_umem_props
This commit gets rid of the structure xdp_umem_props. It was there to be able to break a dependency at one point, but this is no longer needed. The values in the struct are instead stored directly in the xdp_umem structure. This simplifies the xsk code as well as af_xdp zero-copy drivers and as a bonus gets rid of one internal header file.
The i40e driver is also adapted to the new interface in this commit.
Signed-off-by: Magnus Karlsson <magnus.karlsson@intel.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
|
/openbmc/linux/include/net/ |
H A D | xdp_sock.h | diff 93ee30f3e8b412c5fc2d2f7d9d002529d9a209ad Fri Aug 31 06:40:02 CDT 2018 Magnus Karlsson <magnus.karlsson@intel.com> xsk: i40e: get rid of useless struct xdp_umem_props
This commit gets rid of the structure xdp_umem_props. It was there to be able to break a dependency at one point, but this is no longer needed. The values in the struct are instead stored directly in the xdp_umem structure. This simplifies the xsk code as well as af_xdp zero-copy drivers and as a bonus gets rid of one internal header file.
The i40e driver is also adapted to the new interface in this commit.
Signed-off-by: Magnus Karlsson <magnus.karlsson@intel.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
|
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_xsk.c | diff 93ee30f3e8b412c5fc2d2f7d9d002529d9a209ad Fri Aug 31 06:40:02 CDT 2018 Magnus Karlsson <magnus.karlsson@intel.com> xsk: i40e: get rid of useless struct xdp_umem_props
This commit gets rid of the structure xdp_umem_props. It was there to be able to break a dependency at one point, but this is no longer needed. The values in the struct are instead stored directly in the xdp_umem structure. This simplifies the xsk code as well as af_xdp zero-copy drivers and as a bonus gets rid of one internal header file.
The i40e driver is also adapted to the new interface in this commit.
Signed-off-by: Magnus Karlsson <magnus.karlsson@intel.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
|