> -----Original Message-----
> From: dev [mailto:[email protected]] On Behalf Of Qiming Yang
> Sent: Monday, December 24, 2018 11:34 PM
> To: [email protected]
> Cc: Yigit, Ferruh <[email protected]>; Yang, Qiming
> <[email protected]>; [email protected]
> 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: [email protected]
>
> Signed-off-by: Qiming Yang <[email protected]>
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel with above typo fix.
Thanks
Qi