[dpdk-dev] [PATCH 1/3] net/bnxt: disable vector receive for mark action

2020-06-18 Thread Lance Richardson
The bnxt vector mode receive handler does not support the rte_flow 'mark' action. Since we cannot know in advance whether this action will be required, add support for dynamically switching from vector to non-vector receive when the first flow create request with a mark action is processed. Fixes:

[dpdk-dev] [PATCH 1/3] net/bnxt: disable vector receive for mark action

2020-06-11 Thread Lance Richardson
The bnxt vector mode receive handler does not support the rte_flow 'mark' action. Since we cannot know in advance whether this action will be required, add support for dynamically switching from vector to non-vector receive when the first flow create request with a mark action is processed. Fixes: