This patch set enables eCPRI Message Type 0 with input set physical channel ID in rte_flow for AVF FDIR and RSS.
[PATCH 1/5] common/iavf: add proto hdr flds support for eCPRI. [PATCH 2/5] net/iavf: support flow patterns for eCPRI. [PATCH 3/5] net/iavf: define new bits for eCPRI. [PATCH 4/5] net/iavf: support eCPRI MSG TYPE 0 for AVF FDIR. [PATCH 5/5] net/iavf: support eCPRI MSG TYPE 0 for RSS. Junfeng Guo (3): common/iavf: add proto hdr flds support for eCPRI net/iavf: define new bits for eCPRI net/iavf: support eCPRI MSG TYPE 0 for AVF FDIR Simei Su (2): net/iavf: support flow patterns for eCPRI net/iavf: support eCPRI MSG TYPE 0 for RSS drivers/common/iavf/virtchnl.h | 5 ++++ drivers/net/iavf/iavf_fdir.c | 32 ++++++++++++++++++++++++++ drivers/net/iavf/iavf_generic_flow.c | 15 ++++++++++++ drivers/net/iavf/iavf_generic_flow.h | 8 ++++++- drivers/net/iavf/iavf_hash.c | 34 ++++++++++++++++++++++++++++ 5 files changed, 93 insertions(+), 1 deletion(-) -- 2.25.1