summaryrefslogtreecommitdiffstats
path: root/.gitreview
blob: e59fef8d93834521a7f6183a518df794683ed523 (plain)
1
2
3
4
5
[gerrit]
host=gerrit.opnfv.org
port=29418
project=functest.git
ic language governing permissions and // limitations under the License. */ #ifndef _HANDLE_LB_NET_H_ #define _HANDLE_LB_NET_H_ #include "defaults.h" static inline int8_t rss_to_queue(int rss, int nb_queues) { return (rss & ((1 << MAX_RSS_QUEUE_BITS) - 1)) % nb_queues; } #endif /* _HANDLE_LB_NET_H_ */