On 09/24, Leyi Rong wrote:
>From: Haiyue Wang <haiyue.w...@intel.com>
>
>The ice has the feature to extract protocol fields into flex descriptor
>by programming per queue. Currently, the ice PMD will put the protocol
>fields into rte_mbuf::udata64 with different type format. Application
>can access the protocol fields quickly.
>
>Signed-off-by: Haiyue Wang <haiyue.w...@intel.com>
>---
> doc/guides/nics/ice.rst                | 101 +++++++++
> doc/guides/rel_notes/release_19_11.rst |   4 +
> drivers/net/ice/Makefile               |   3 +
> drivers/net/ice/ice_ethdev.c           | 301 +++++++++++++++++++++++++
> drivers/net/ice/ice_ethdev.h           |   4 +
> drivers/net/ice/ice_rxtx.c             |  60 +++++
> drivers/net/ice/ice_rxtx.h             |   2 +
> drivers/net/ice/ice_rxtx_vec_common.h  |   3 +
> drivers/net/ice/meson.build            |   2 +
> drivers/net/ice/rte_pmd_ice.h          | 152 +++++++++++++
> 10 files changed, 632 insertions(+)
> create mode 100644 drivers/net/ice/rte_pmd_ice.h
>

Reviewed-by: Xiaolong Ye <xiaolong...@intel.com>

Reply via email to