Re: [PATCH net-next v2 00/11] net/smc: add and delete link processing

2020-05-03 Thread David Miller
From: Karsten Graul Date: Sun, 3 May 2020 14:38:39 +0200 > These patches add the 'add link' and 'delete link' processing as > SMC server and client. This processing allows to establish and > remove links of a link group dynamically. > > v2: Fix mess up with unused static functions. Merge patch

[PATCH net-next v2 00/11] net/smc: add and delete link processing

2020-05-03 Thread Karsten Graul
These patches add the 'add link' and 'delete link' processing as SMC server and client. This processing allows to establish and remove links of a link group dynamically. v2: Fix mess up with unused static functions. Merge patch 8 into patch 4. Postpone patch 13 to next series. Karsten Graul