[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4e7d2aa1-4386-1614-48d4-35d9098da756@intel.com>
Date: Sat, 30 Jun 2018 00:50:31 -0700
From: "Nambiar, Amritha" <amritha.nambiar@...el.com>
To: David Miller <davem@...emloft.net>
Cc: netdev@...r.kernel.org, alexander.h.duyck@...el.com,
willemdebruijn.kernel@...il.com, sridhar.samudrala@...el.com,
alexander.duyck@...il.com, edumazet@...gle.com,
hannes@...essinduktion.org, tom@...bertland.com, tom@...ntonium.net
Subject: Re: [net-next PATCH v5 4/7] net: Record receive queue number for a
connection
On 6/29/2018 6:06 AM, David Miller wrote:
> From: Amritha Nambiar <amritha.nambiar@...el.com>
> Date: Wed, 27 Jun 2018 15:31:34 -0700
>
>> @@ -1702,6 +1709,13 @@ static inline int sk_tx_queue_get(const struct sock *sk)
>> return -1;
>> }
>>
>> +static inline void sk_rx_queue_set(struct sock *sk, const struct sk_buff *skb)
>> +{
>> +#ifdef CONFIG_XPS
>> + sk->sk_rx_queue_mapping = skb_get_rx_queue(skb);
>> +#endif
>> +}
>
> Maybe add a >= NO_QUEUE_MAPPING check like you did for
> skc_tx_queue_mapping.
>
Will fix.
Powered by blists - more mailing lists