From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 0E1617CC5 for ; Mon, 31 Jul 2017 14:10:32 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id ADD26208D3; Mon, 31 Jul 2017 08:10:31 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Mon, 31 Jul 2017 08:10:31 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=rzxo0Ye1CyO+Nt9 ROuKS/Oe5ZgwvOmGQthRh1UFnmc4=; b=ivjxt0ws66fF2aLUo1CMEqobXOAPthh WNiw9DlGH4XL0GMiigL9/PEMTS46Tuj16AubmOkdfdFhp5E7c1qoce4yvAgEuJnP I0r00kZ/X1lQBDsrh9q6/122lTsQ1/H4RgOa1KT3AUZXl3JZwM0EMO3BIZJTmiPA elysdu1N9e9U= 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-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=rzxo0Ye1CyO+Nt9ROuKS/Oe5ZgwvOmGQthRh1UFnmc4=; b=MvPX8+RK qqtI2+DgsgrRWn+2VjspZ/aHGITWLZ+ZvCwlpgu0IdMYNoD1wkiPtFMCah7TqlpL +saNnGlblVDGvFndLulv9WEV3UeVtrPl+4gB3fXTnhKYxzuVqHwSIDDQ75qX1A5d heHSTtnDWnex0QSmauRAmGj4R7O9+lhELGIx6svuMmNwGy2Qc1ZGFyzBYaD+OV8B yputBASH1OCyaOembl0C6wEW8IvpHL2eyhyoo8I+Sq1nO2C/kSeBNqWiYAfGO3as yfFMuZek1sp78TZRFk+KI66DBvqETG/RAQyoeGjInX3QSZu6GKAxfiaVAc4Wt0sz BiJ+/zU6V5IKRw== X-ME-Sender: X-Sasl-enc: jNalX7T2Xxobkeoz9lQ06zMnrek+YX/Jn5FwRu0WUW2B 1501503031 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 3303224640; Mon, 31 Jul 2017 08:10:31 -0400 (EDT) From: Thomas Monjalon To: Matan Azrad Cc: dev@dpdk.org, Jingjing Wu , Adrien Mazarguil Date: Mon, 31 Jul 2017 14:10:30 +0200 Message-ID: <2464842.gYR7WTZGbR@xps> In-Reply-To: <1500904053-4543-1-git-send-email-matan@mellanox.com> References: <1500880222-13347-1-git-send-email-matan@mellanox.com> <1500904053-4543-1-git-send-email-matan@mellanox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 0/2] fix flow rules copy functions 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: , X-List-Received-Date: Mon, 31 Jul 2017 12:10:32 -0000 24/07/2017 15:47, Matan Azrad: > some issue seen when trying to test failsafe plug out and in. > > The V2 fixes some checkpatch issues. > > Matan Azrad (2): > app/testpmd: fix flow rule copy functions > ethdev: fix flow rule copy functions Acked-by: Adrien Mazarguil Applied, thanks