Re: [net-next,v2,3/5] seg6: add callbacks for customizing the creation/destruction of a behavior

2020-11-12 Thread Andrea Mayer
Hi Jakub, many thanks for your review. Please see my responses inline: On Tue, 10 Nov 2020 14:56:55 -0800 Jakub Kicinski wrote: > On Sat, 7 Nov 2020 16:31:37 +0100 Andrea Mayer wrote: > > We introduce two callbacks used for customizing the creation/destruction of > > a SRv6 behavior. Such

Re: [net-next,v2,3/5] seg6: add callbacks for customizing the creation/destruction of a behavior

2020-11-10 Thread Jakub Kicinski
On Sat, 7 Nov 2020 16:31:37 +0100 Andrea Mayer wrote: > We introduce two callbacks used for customizing the creation/destruction of > a SRv6 behavior. Such callbacks are defined in the new struct > seg6_local_lwtunnel_ops and hereafter we provide a brief description of > them: > > -

[net-next,v2,3/5] seg6: add callbacks for customizing the creation/destruction of a behavior

2020-11-07 Thread Andrea Mayer
We introduce two callbacks used for customizing the creation/destruction of a SRv6 behavior. Such callbacks are defined in the new struct seg6_local_lwtunnel_ops and hereafter we provide a brief description of them: - build_state(...): used for calling the custom constructor of the behavior