From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id BB715A00C2; Sat, 25 Apr 2020 15:16:09 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 932551C1A0; Sat, 25 Apr 2020 15:16:09 +0200 (CEST) Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by dpdk.org (Postfix) with ESMTP id B6AA61C19E for ; Sat, 25 Apr 2020 15:16:07 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.west.internal (Postfix) with ESMTP id 5006F154C; Sat, 25 Apr 2020 09:16:06 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Sat, 25 Apr 2020 09:16:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm1; bh= eVSYPoJNnCkNubb6M1u65G4oqdGNTghIur2QlSaJa5s=; b=JHGXpan5hXDl+DZW aK4NFSPOAN0CX6eR3nE7rR9OnTHGMnXjq9dnJYDsLJ/QpnjQgrEzOm/UsZsF74AJ 4t78nZ9m91U1288DdHjz0tIouD1lIzvnH1RJfHcMqOPkSB+TWsVhhfmzkNkcsHab mFF9j+oL+CQuROsDd7azi2gmsCPMowyqiMTVfnE0ihtdtrrxxa+nK5rPUHpmESPY PuHOkfOck+DEbuJwKr3TIi6Qud0xph1NJ6680ytvYf2akLggJNBCQ3EmDpG2WBCL 4bmnpyxNjJVuhQFU9xU0dF9y2syohIbHuglrdtt1nLsxpXcRtJytbHi8WIvRN6r4 7v4k2Q== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=eVSYPoJNnCkNubb6M1u65G4oqdGNTghIur2QlSaJa 5s=; b=B/Z3tB9Sx91x+7+kLM06b5fnzqav8cRXHMBR0AuIeAQF76uRXDJJBJv5c n/zcgKLh2MqKhx6dSI2hiDbyU/++RQdqnc/gmYM1Yb1W6RHqc7s/TmY9+ceD+EKy iPrUkR4dtLZCsZEqxbnNKJEuTl2w/+MrlScWkodiCE+oCGtVcZpCE8UMLReKaGNE ZPyRfsE8thNMvt7+1N725+gOHbZ1SPoEuPsqYmGXcI/vjIflOrFbKU1aTvgUVPz5 7dHJtUoYYFRwjDMENEdwivBjAX9mjIc2kSBRaxY7hgUNweBKGZuDViZhgDQp0Mdl xT/hONUyVAO+UfkxPmXQ/c++Q0oYw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrheeggdefkecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghr rghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 63EAD3065DED; Sat, 25 Apr 2020 09:16:04 -0400 (EDT) From: Thomas Monjalon To: Aaron Conole Cc: dev@dpdk.org, Pavan Nikhilesh , Bruce Richardson , David Marchand , Ferruh Yigit , Anatoly Burakov , Lukasz Wojciechowski Date: Sat, 25 Apr 2020 15:16:03 +0200 Message-ID: <1626312.pYTLVKaXyH@thomas> In-Reply-To: <20200420192523.2546909-1-aconole@redhat.com> References: <20200417131410.1343135-1-aconole@redhat.com> <20200420192523.2546909-1-aconole@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v6 0/3] ip_frag: add a unit test for fragmentation X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > Aaron Conole (3): > ip_frag: ensure minimum v4 fragmentation length > ip_frag: ensure minimum v6 fragmentation length > ipfrag: add unit test case Applied, thanks