Re: [dpdk-dev] [PATCH 0/9] net/cxgbe: add support for offloading flows to HASH region

2018-07-04 Thread Ferruh Yigit
On 7/4/2018 8:16 PM, Ferruh Yigit wrote: > On 6/29/2018 7:12 PM, Rahul Lakkireddy wrote: >> This series of patches add support to offload flows to HASH region >> available on Chelsio T6 NICs. HASH region can only offload exact match >> (maskless) flows and hence the masks must be all set for all ma

Re: [dpdk-dev] [PATCH 0/9] net/cxgbe: add support for offloading flows to HASH region

2018-07-04 Thread Ferruh Yigit
On 6/29/2018 7:12 PM, Rahul Lakkireddy wrote: > This series of patches add support to offload flows to HASH region > available on Chelsio T6 NICs. HASH region can only offload exact match > (maskless) flows and hence the masks must be all set for all match > items. Hi Shagun, Rahul, Can you pleas

[dpdk-dev] [PATCH 0/9] net/cxgbe: add support for offloading flows to HASH region

2018-06-29 Thread Rahul Lakkireddy
This series of patches add support to offload flows to HASH region available on Chelsio T6 NICs. HASH region can only offload exact match (maskless) flows and hence the masks must be all set for all match items. Patch 1 queries firmware for HASH filter support. Patch 2 updates cxgbe_flow to decid