Re: [PATCH net-next] amt: add initial driver for Automatic Multicast Tunneling (AMT)

From: Taehee Yoo
Date: Tue Oct 26 2021 - 01:01:00 EST


Hi Jakub,
Thank you so much for your review!

On 10/26/21 9:46 AM, Jakub Kicinski wrote:
> On Sat, 23 Oct 2021 19:30:55 +0000 Taehee Yoo wrote:
>> This is an implementation of AMT(Automatic Multicast Tunneling), RFC 7450.
>> https://datatracker.ietf.org/doc/html/rfc7450
>>
>> This implementation supports IGMPv2, IGMPv3, MLDv1. MLDv2, and IPv4
>> underlay.
>
>
> Lots of sparse warnings here, please build the new code with C=1.
>

Okay, I will fix it then send the v2.
Thanks,
Taehee