On Tue, Feb 28, 2023 at 03:00:51PM -0800, Jakub Kicinski wrote: > On Tue, 28 Feb 2023 17:24:50 +0800 D. Wythe wrote: > > From: "D. Wythe" <alibuda@xxxxxxxxxxxxxxxxx> > > > > This patches attempt to introduce BPF injection capability for SMC, > > and add selftest to ensure code stability. > > What happened to fixing the issues Al pointed out long, long time ago? > > https://lore.kernel.org/all/YutBc9aCQOvPPlWN@ZenIV/ Actually, this patch set is going to replace the patch of TCP ULP for SMC. If this patch set is accepted, I am going to revert that patch. For the reasons, the TCP ULP for SMC doesn't use wildly. It's not possible to know which applications are suitable to be replaced with SMC. But it's easier to detect the behavior of applications and determine whether to replace applications with SMC. And this patch set is going to fallback to TCP by behavior with eBPF. So this is the _fix_ for that patch. Thank you, Tony Lu