commit | 755c31cd85aea35cf7a5e7253851b52c08eff6e9 | [log] [tgz] |
---|---|---|
author | Amritha Nambiar <amritha.nambiar@intel.com> | Fri Jun 29 21:26:51 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 02 09:06:24 2018 +0900 |
tree | f8fc9a1a25d6c0868ea2fa96b0b7074b63b72a59 | |
parent | 04157469b7b848f4a9978b63b1ea2ce62ad3a0a3 [diff] |
net: sock: Change tx_queue_mapping in sock_common to unsigned short Change 'skc_tx_queue_mapping' field in sock_common structure from 'int' to 'unsigned short' type with ~0 indicating unset and other positive queue values being set. This will accommodate adding a new 'unsigned short' field in sock_common in the next patch for rx_queue_mapping. Signed-off-by: Amritha Nambiar <amritha.nambiar@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>