mbox series

[V3,0/2] mbuf:add eCPRI hardware packet type mapping

Message ID 20210420083817.10741-1-lingyu.liu@intel.com (mailing list archive)
Headers
Series mbuf:add eCPRI hardware packet type mapping |

Message

Liu, Lingyu April 20, 2021, 8:38 a.m. UTC
  Create eCPRI hardward packet in mbuf and add mapping in iavf.

Lingyu Liu (2):
  mbuf: support eCPRI hardware packet type
  net/iavf: update PTYPE mapping for eCPRI
---
 V3 change:
 - create patch set and add the second patch

 app/test-pmd/util.c              | 25 +++++++++------
 drivers/net/iavf/iavf_rxtx.c     | 52 ++++++++++++++++++++------------
 lib/librte_mbuf/rte_mbuf_ptype.c |  2 ++
 lib/librte_mbuf/rte_mbuf_ptype.h | 22 ++++++++++++++
 4 files changed, 72 insertions(+), 29 deletions(-)