On 2/17/2024 4:47 PM, Stephen Hemminger wrote: > On Sat, 17 Feb 2024 09:54:10 +0800 > Chaoyong He <chaoyong...@corigine.com> wrote: > >> Add the support of UDP fragmentation offload feature. >> >> Signed-off-by: Chaoyong He <chaoyong...@corigine.com> >> Reviewed-by: Long Wu <long...@corigine.com> >> Reviewed-by: Peng Zhang <peng.zh...@corigine.com> >> --- >> drivers/common/nfp/nfp_common_ctrl.h | 1 + >> drivers/net/nfp/nfd3/nfp_nfd3_dp.c | 7 ++++++- >> drivers/net/nfp/nfdk/nfp_nfdk_dp.c | 8 +++++--- >> drivers/net/nfp/nfp_net_common.c | 8 ++++++-- >> 4 files changed, 18 insertions(+), 6 deletions(-) > Looks like this depends on earlier patch, it does not apply directly to main > branch. >
It is a drivers/net patch, so should be on top of next-net, and applies clean to next-net. CI also detects sub-tree correctly and able to apply and test the patch.