On 6/3/22 17:15, Mike Pattrick wrote:
From: Flavio Leitner <[email protected]> Currently 'p' and 'b' and used for packets, so use a convention that struct dp_packet is 'p' and struct dp_packet_batch is 'b'. Some comments needed new formatting to not pass the 80 column. Some variables were using 'p' or 'b' were renamed as well. There should be no functional change with this patch. Signed-off-by: Flavio Leitner <[email protected]> Co-authored-by: Mike Pattrick <[email protected]> Signed-off-by: Mike Pattrick <[email protected]> --- lib/dp-packet.c | 345 +++++++++++++++---------------- lib/dp-packet.h | 504 ++++++++++++++++++++++----------------------- lib/netdev-dummy.c | 8 +- lib/netdev-linux.c | 56 ++--- 4 files changed, 457 insertions(+), 456 deletions(-)
Acked-by: Maxime Coquelin <[email protected]> Thanks, Maxime _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
