Scott Watson
Scott Watson
does this count? https://github.com/intel-go/nff-go/blob/master/examples/OSforwarding.go#L23-L25 ```Go inputFlow, err := flow.SetReceiverXDP(*inport, *inQueue) flow.CheckFatal(err) flow.CheckFatal(flow.SetSenderXDP(inputFlow, *outport)) ```
It looks like I was wrong about deprecation of `rte_eth_rx_queue_count` since it's still part of the API [in 21.02.0-rc1](https://doc.dpdk.org/api/rte__ethdev_8h.html#af5e8c822c9c5f82879eb0c01ca50ea9c). I based my deprecation assertion on [this thread](https://dev.dpdk.narkive.com/LvN7AhWL/dpdk-dev-patch-v4-mlx5-support-for-rte-eth-rx-queue-count), but maybe conditions...