Message ID | 20210114180135.11556-1-tariqt@nvidia.com |
---|---|
Headers | show |
Series | TLS device offload for Bond | expand |
On Thu, 14 Jan 2021 20:01:28 +0200 Tariq Toukan wrote: > ndo_sk_get_slave returns the slave that corresponds to a given socket. > Additionally, we implement a helper netdev_sk_get_lowest_dev() to get > the lowest slave netdevice. Please don't add new uses of the word "slave" outside of the bond, and preferably even there.
On 1/17/2021 4:51 AM, Jakub Kicinski wrote: > On Thu, 14 Jan 2021 20:01:28 +0200 Tariq Toukan wrote: >> ndo_sk_get_slave returns the slave that corresponds to a given socket. >> Additionally, we implement a helper netdev_sk_get_lowest_dev() to get >> the lowest slave netdevice. > > Please don't add new uses of the word "slave" outside of the bond, > and preferably even there. > I'll fix this.