> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Qiming Yang > Sent: Monday, December 24, 2018 11:34 PM > To: dev@dpdk.org > Cc: Yigit, Ferruh <ferruh.yi...@intel.com>; Yang, Qiming > <qiming.y...@intel.com>; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH v2] net/i40e: fixed get RSS conf
s/fixed/fix > > rte_eth_dev_rss_hash_conf_get API doesn't force 'rss_conf.rss_key' > to be not NULL, so rss_key = NULL should be alllowed in i40e driver. s/alllowed/allowed > > Fixes: 16321de09396 ("ethdev: allow to get RSS hash functions and key") > Cc: sta...@dpdk.org > > Signed-off-by: Qiming Yang <qiming.y...@intel.com> Acked-by: Qi Zhang <qi.z.zh...@intel.com> Applied to dpdk-next-net-intel with above typo fix. Thanks Qi