DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev]  [RFC 0/3] ethdev: add ptype as Rx offload
@ 2019-08-06  8:02 pbhagavatula
  2019-08-06  8:02 ` [dpdk-dev] [RFC 1/3] ethdev: add ptype as an " pbhagavatula
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: pbhagavatula @ 2019-08-06  8:02 UTC (permalink / raw)
  To: jerinj; +Cc: dev, Pavan Nikhilesh

From: Pavan Nikhilesh <pbhagavatula@marvell.com>

Add PTYPE to DEV_RX_OFFLOAD_* flags.

Currently, most of the NICs already support PTYPE parsing and update
the mbuf->packet_type through an internal lookup table, but there is
no way to disable the lookup if the application is not intrested in
ptypes returned by `rte_eth_dev_get_supported_ptypes`.

Pavan Nikhilesh (3):
  ethdev: add ptype as an Rx offload
  net: update Rx offload capabilities
  examples: add Rx ptype offload

 doc/guides/nics/features.rst                    |  3 +++
 drivers/net/atlantic/atl_ethdev.c               |  3 ++-
 drivers/net/bnxt/bnxt_ethdev.c                  |  3 ++-
 drivers/net/cxgbe/cxgbe.h                       |  3 ++-
 drivers/net/dpaa/dpaa_ethdev.c                  |  3 ++-
 drivers/net/dpaa2/dpaa2_ethdev.c                |  3 ++-
 drivers/net/e1000/em_rxtx.c                     |  3 ++-
 drivers/net/e1000/igb_rxtx.c                    |  3 ++-
 drivers/net/enetc/enetc_ethdev.c                |  3 ++-
 drivers/net/enic/enic_res.c                     |  3 ++-
 drivers/net/failsafe/failsafe_ops.c             |  6 ++++--
 drivers/net/fm10k/fm10k_ethdev.c                | 15 ++++++++-------
 drivers/net/i40e/i40e_ethdev.c                  |  3 ++-
 drivers/net/iavf/iavf_ethdev.c                  |  3 ++-
 drivers/net/ice/ice_ethdev.c                    |  3 ++-
 drivers/net/ixgbe/ixgbe_rxtx.c                  |  3 ++-
 drivers/net/mlx4/mlx4_rxq.c                     |  3 ++-
 drivers/net/mlx5/mlx5_rxq.c                     |  3 ++-
 drivers/net/mvneta/mvneta_ethdev.h              |  3 ++-
 drivers/net/mvpp2/mrvl_ethdev.c                 |  3 ++-
 drivers/net/netvsc/hn_rndis.c                   |  3 ++-
 drivers/net/nfp/nfp_net.c                       |  3 ++-
 drivers/net/octeontx/octeontx_ethdev.h          |  3 ++-
 drivers/net/octeontx2/otx2_ethdev.c             |  5 +++++
 drivers/net/octeontx2/otx2_ethdev.h             | 15 ++++++++-------
 drivers/net/qede/qede_ethdev.c                  |  3 ++-
 drivers/net/tap/rte_eth_tap.c                   |  3 ++-
 drivers/net/thunderx/nicvf_ethdev.h             |  3 ++-
 drivers/net/vmxnet3/vmxnet3_ethdev.c            |  3 ++-
 examples/ip_fragmentation/main.c                |  7 +++++++
 examples/l3fwd-power/main.c                     |  8 ++++++++
 examples/l3fwd/main.c                           |  9 +++++++++
 examples/performance-thread/l3fwd-thread/main.c |  9 +++++++++
 examples/tep_termination/vxlan_setup.c          |  1 +
 lib/librte_ethdev/rte_ethdev.h                  |  1 +
 35 files changed, 111 insertions(+), 40 deletions(-)

--
2.17.1


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2019-08-06 23:15 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-06  8:02 [dpdk-dev] [RFC 0/3] ethdev: add ptype as Rx offload pbhagavatula
2019-08-06  8:02 ` [dpdk-dev] [RFC 1/3] ethdev: add ptype as an " pbhagavatula
2019-08-06  9:00   ` Andrew Rybchenko
2019-08-06 14:31     ` [dpdk-dev] [EXT] " Pavan Nikhilesh Bhagavatula
2019-08-06 15:45       ` Stephen Hemminger
2019-08-06 18:03         ` Andrew Rybchenko
2019-08-06  8:02 ` [dpdk-dev] [RFC 2/3] net: update Rx offload capabilities pbhagavatula
2019-08-06  8:02 ` [dpdk-dev] [RFC 3/3] examples: add Rx ptype offload pbhagavatula
2019-08-06  9:20   ` Ananyev, Konstantin
2019-08-06 13:57     ` Pavan Nikhilesh Bhagavatula
2019-08-06  8:19 ` [dpdk-dev] [RFC 0/3] ethdev: add ptype as Rx offload Hemant Agrawal
2019-08-06  8:47   ` Pavan Nikhilesh Bhagavatula
2019-08-06  9:06     ` Andrew Rybchenko
2019-08-06 23:15       ` Stephen Hemminger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).