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

2019-02-28 Thread Zhang, Qi Z
> -Original Message- > From: Julien Meunier [mailto:julien.meun...@nokia.com] > Sent: Thursday, February 21, 2019 5:05 AM > To: Zhao1, Wei ; Zhang, Qi Z ; Lu, > Wenzhuo ; Ananyev, Konstantin > > Cc: dev@dpdk.org > Subject: [PATCH v3 1/2] net/ixgbe: do not start on unsupported loopback m

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

2019-02-20 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