Re: [dpdk-dev] [PATCH 1/2] net/ixgbe: do not start on unsupported loopback mode

2019-02-11 Thread Zhao1, Wei
Hi, Meunier Only a little change need for this patch. Acked-by: Wei Zhao > -Original Message- > From: Julien Meunier [mailto:julien.meun...@nokia.com] > Sent: Friday, February 8, 2019 1:30 AM > To: Ananyev, Konstantin ; Lu, Wenzhuo > ; Zhao1, Wei ; Zhang, Qi Z > > Cc: dev@dpdk.org

[dpdk-dev] [PATCH 1/2] net/ixgbe: do not start on unsupported loopback mode

2019-02-07 Thread Julien Meunier
Only TX->RX loopback is supported currently on 82599EB. If a user wants to apply an another loopback configuration (!= IXGBE_LPBK_82599_TX_RX), ixgbe PMD ignores it and continues the configuration without raising any error. Let's robustify this part by checking if the requested loopback mode is co