On 3/4/2021 10:06 AM, Jiawen Wu wrote:
This series fix some bugs and remove unused functions.
Jiawen Wu (4):
net/txgbe: remove unused functions
net/txgbe: fix Rx missed packet counter
net/txgbe: update packet type
net/txgbe: fix the process of adding crypto SA
Hi Jiawen,
Can you please add fixes line for all of them?
So that LTS maintainers can figure out where to backport the ones that can be
backported.
Fixes line is commit that introduces the issue fixed by that commit. It has a
defined syntax which can be get via a git alias:
git config alias.fixline "log -1 --abbrev=12 --format='Fixes: %h (\"%s\")%nCc:
%ae'"
(as documented in
"https://doc.dpdk.org/guides/contributing/patches.html#commit-messages-body")