Re: Kernel module for a network interface - remove trailer from sk_buff on reception

2023-06-28 Thread Greg KH
On Wed, Jun 28, 2023 at 04:15:36PM +0530, Abhiram V wrote: > I am implementing the Parallel Redundancy Protocol (PRP, IEC standard > 62439-3) as a kernel module for a school project of mine. Asking for help on homework on public mailing lists is generally frowned apon as we are not getting the

Kernel module for a network interface - remove trailer from sk_buff on reception

2023-06-28 Thread Abhiram V
I am implementing the Parallel Redundancy Protocol (PRP, IEC standard 62439-3) as a kernel module for a school project of mine. The code for the module can be found at: https://github.com/ramv33/prp. I have used the code for the HSR module which implements PRP as a reference for my implementation