RE: [EXT] Re: [v2,net-next] enetc: add support time specific departure base on the qos etf
From: Po Liu <hidden>
Date: 2020-01-02 02:16:53
Also in:
lkml
From: Po Liu <hidden>
Date: 2020-01-02 02:16:53
Also in:
lkml
-----Original Message----- From: David Miller <davem@davemloft.net> Sent: 2019年12月31日 12:27 To: Po Liu <redacted> Cc: linux-kernel@vger.kernel.org; netdev@vger.kernel.org; vinicius.gomes@intel.com; Claudiu Manoil [off-list ref]; Vladimir Oltean [off-list ref]; Alexandru Marginean [off-list ref]; Xiaoliang Yang [off-list ref]; Roy Zang [off-list ref]; Mingkai Hu [off-list ref]; Jerry Huang [off-list ref]; Leo Li [off-list ref]; ivan.khoronzhuk@linaro.org Subject: [EXT] Re: [v2,net-next] enetc: add support time specific departure base on the qos etf Caution: EXT Email From: Po Liu <redacted> Date: Fri, 27 Dec 2019 03:12:18 +0000quoted
v2: - fix the csum and time specific deaprture return directly if both offloading enabledThe test is in the wrong location. You are testing at run time when packets are being transmitted. Instead, you should test when the configuration change is made which creates the conflict, and disallow the configuration change in such a conflicting case.
Ok, thanks! Br, Po Liu