Home
last modified time | relevance | path

Searched hist:"93 ee30f3e8b412c5fc2d2f7d9d002529d9a209ad" (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/xdp/
H A Dxsk_queue.cdiff 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 Dxdp_umem.cdiff 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 Dxsk_queue.hdiff 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 Dxsk.cdiff 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 Dxdp_sock.hdiff 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 Di40e_xsk.cdiff 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>