Skip to content

Commit

Permalink
Merge "Add original copyright notices for gro and gso"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Feb 23, 2017
2 parents 09af0c8 + 8dc78a2 commit 02e68e0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dpdk/vr_dpdk_gro.c
Expand Up @@ -12,6 +12,13 @@
*
* vr_dpdk_gro.c -- TCP Offloads on the receiver
*
* This is an adaptation of FreeBSD's tcp_lro.c.
* Copyright (c) 2007, Myricom Inc.
* Copyright (c) 2008, Intel Corporation.
* Copyright (c) 2012 The FreeBSD Foundation
* All rights reserved.
* BSD LICENSE
*
*/

#include "vr_dpdk.h"
Expand Down
6 changes: 6 additions & 0 deletions dpdk/vr_dpdk_gso.c
Expand Up @@ -12,6 +12,12 @@
*
* vr_dpdk_gso.c -- TCP Offloads on the sender
*
* This is an adaptation of FreeBSD's patch for gso
* Copyright (C) 2014, Stefano Garzarella - Universita` di Pisa
* All rights reserved.
* BSD LICENSE
*
*
*/

#include "vr_dpdk.h"
Expand Down

0 comments on commit 02e68e0

Please sign in to comment.