Re: [dpdk-dev] [PATCH 3/7] cxgbe: add support to update RSS hash configuration and key

2018-02-06 Thread Rahul Lakkireddy
On Tuesday, February 02/06/18, 2018 at 16:08:35 +0530, Thomas Monjalon wrote: > 06/02/2018 11:11, Ferruh Yigit: > > On 2/6/2018 9:22 AM, Rahul Lakkireddy wrote: > > > On Monday, February 02/05/18, 2018 at 22:39:55 +0530, Ferruh Yigit wrote: > > >> I tend to get driver patches even after integration

Re: [dpdk-dev] [PATCH 3/7] cxgbe: add support to update RSS hash configuration and key

2018-02-06 Thread Thomas Monjalon
06/02/2018 11:11, Ferruh Yigit: > On 2/6/2018 9:22 AM, Rahul Lakkireddy wrote: > > On Monday, February 02/05/18, 2018 at 22:39:55 +0530, Ferruh Yigit wrote: > >> I tend to get driver patches even after integration deadline, mainly > >> because of > >> their limited scope. > >> But since these are

Re: [dpdk-dev] [PATCH 3/7] cxgbe: add support to update RSS hash configuration and key

2018-02-06 Thread Ferruh Yigit
On 2/6/2018 9:22 AM, Rahul Lakkireddy wrote: > On Monday, February 02/05/18, 2018 at 22:39:55 +0530, Ferruh Yigit wrote: >> On 2/4/2018 6:06 AM, Rahul Lakkireddy wrote: >>> From: Kumar Sanghvi >>> >>> Add firmware API for updating RSS hash configuration and key. Move >>> RSS hash configuration fr

Re: [dpdk-dev] [PATCH 3/7] cxgbe: add support to update RSS hash configuration and key

2018-02-06 Thread Rahul Lakkireddy
On Monday, February 02/05/18, 2018 at 22:39:55 +0530, Ferruh Yigit wrote: > On 2/4/2018 6:06 AM, Rahul Lakkireddy wrote: > > From: Kumar Sanghvi > > > > Add firmware API for updating RSS hash configuration and key. Move > > RSS hash configuration from cxgb4_write_rss() to a separate function > >

Re: [dpdk-dev] [PATCH 3/7] cxgbe: add support to update RSS hash configuration and key

2018-02-05 Thread Ferruh Yigit
On 2/4/2018 6:06 AM, Rahul Lakkireddy wrote: > From: Kumar Sanghvi > > Add firmware API for updating RSS hash configuration and key. Move > RSS hash configuration from cxgb4_write_rss() to a separate function > cxgbe_write_rss_conf(). > > Also, rename cxgb4_write_rss() to cxgbe_write_rss() for

[dpdk-dev] [PATCH 3/7] cxgbe: add support to update RSS hash configuration and key

2018-02-03 Thread Rahul Lakkireddy
From: Kumar Sanghvi Add firmware API for updating RSS hash configuration and key. Move RSS hash configuration from cxgb4_write_rss() to a separate function cxgbe_write_rss_conf(). Also, rename cxgb4_write_rss() to cxgbe_write_rss() for consistency. Original work by Surendra Mobiya Signed-off