aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/avf/avf_rss_lib.c
AgeCommit message (Collapse)AuthorFilesLines
2023-03-07avf: enable rss action of flowXinyao Cai1-24/+2573
This patch enables RSS action of avf flow. Type: feature Signed-off-by: Xinyao Cai <xinyao.cai@intel.com> Change-Id: I65de18d0c2eaa415893959563ea917a6b1956550
2022-12-02avf: support generic flowTing Xu1-0/+141
Support generic flow in native avf. Enable necessary RSS hash function for generic flow. Extend some structures and functions from for FDIR only to for both RSS and FDIR flows. Modify virtual channel message to align with ice kernel driver. Add functions to parse generic flow patterns. The parsing results will be delivered to the kernel driver and create corresponding flow rules. Type: feature Signed-off-by: Ting Xu <ting.xu@intel.com> Change-Id: I82ce102a21993f1bae8a8bf23e491d5e1c261f61