Re: [ovs-dev] [PATCHv7] userspace: Add GTP-U support.

2020-01-21 Thread William Tu
On Fri, Jan 17, 2020 at 7:00 PM 0-day Robot wrote: > > Bleep bloop. Greetings William Tu, I am a robot and I have tried out your > patch. > Thanks for your contribution. > > I encountered some error that I wasn't expecting. See the details below. > > > checkpatch: > ERROR: C99 style comment > #

Re: [ovs-dev] [PATCHv7] userspace: Add GTP-U support.

2020-01-17 Thread 0-day Robot
Bleep bloop. Greetings William Tu, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. checkpatch: ERROR: C99 style comment #816 FILE: lib/netdev-native-tnl.c:808: //*seqno = be32_to_be16(

[ovs-dev] [PATCHv7] userspace: Add GTP-U support.

2020-01-17 Thread William Tu
GTP, GPRS Tunneling Protocol, is a group of IP-based communications protocols used to carry general packet radio service (GPRS) within GSM, UMTS and LTE networks. GTP protocol has two parts: Signalling (GTP-Control, GTP-C) and User data (GTP-User, GTP-U). GTP-C is used for setting up GTP-U protoco