From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 2BC7C1B3C4 for ; Mon, 23 Oct 2017 13:40:19 +0200 (CEST) Received: by mail-wm0-f42.google.com with SMTP id m72so8244216wmc.0 for ; Mon, 23 Oct 2017 04:40:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dev-mellanox-co-il.20150623.gappssmtp.com; s=20150623; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-transfer-encoding:content-language; bh=CI/q2BUhiKvPugj/R7czlNNa66aG49WlQEMv0ZfcvA0=; b=rrFIJtrg1x6Vc/YBSw3ikGx8rPH+CC2AVo/SNuvHdZc1ku0jfdNEsJ0ov3RqvfaePB u7wb3w16gqOS2IiZK6FIJv5fi78ykGZ9A1wL/12SouUyUM9jsDx67CyDpwH4vdU7zbeU q4NZTKIqzdRpwiHeYKb4nXbpffMAPENvyKcFl4tkxqQoWSp/5ltUeQBjERAMwUPhrAiP MxpDd94pP59cNfFF9gC0rlzZ24Lw+JEf0Jj4hkf4z+ixqPNGtTkkr9XWX8vT4V4Ce95v dqxUv3Yhzrfn5H39xM8AyyWoA0rx7O0SSIh3nveXEC+OdeikS848dmffS7HwroESMZpB uAPw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=CI/q2BUhiKvPugj/R7czlNNa66aG49WlQEMv0ZfcvA0=; b=bZbGV8RUxrmEbDb88okHUhF9PJwYUCnGkbUJgp7RxggJ3pGfLpvXUVShw1hIQIUfNR ktUi06uOakz4FqrC4m4o7kxNs3JEzL/TbddWxGadcp+YJer2Pbz8rzIY1fAhNnfGQe2I bHrDRoF5ASOXQi+M4aIYt2Eigf8eeKkmi91AnHRgWCsMk0oRJKZ7bt9xkX9qsDV19tMx +A9NNJFaJ0dUxuPNRmWHIpMoByKiBad1wKuKhL8UZzP1ZasdfIXLsB+J4tvXbcDXX2nF U3PZQzYSTlOr9eYApKggUusVYon5d8yR4wDvy6uTvZ6QIBdhUocxZ4Vac5sgv/CwZIft Gsgw== X-Gm-Message-State: AMCzsaWzl/F7YF77I9BRQGx9UgX9JdsWpPITfdUdfGn0UudF+XoTZ6NY RkGVgOZUEysOsVAYbnaiwDRgsQ== X-Google-Smtp-Source: ABhQp+S1EIwHZSd+FxvJLyNC/KFdu7A/hKOMPg6DtV7UguD8u4cGyBo4bYTu1juPfjfKr1ishEdtzQ== X-Received: by 10.28.184.130 with SMTP id i124mr5007562wmf.85.1508758818907; Mon, 23 Oct 2017 04:40:18 -0700 (PDT) Received: from [10.0.38.219] ([193.47.165.251]) by smtp.gmail.com with ESMTPSA id i12sm1453128wra.49.2017.10.23.04.40.16 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 23 Oct 2017 04:40:17 -0700 (PDT) To: "De Lara Guarch, Pablo" , "Gonzalez Monroy, Sergio" , "dev@dpdk.org" , "aviadye@mellanox.com" Cc: "borisp@mellanox.com" , "akhil.goyal@nxp.com" , "hemant.agrawal@nxp.com" , "Nicolau, Radu" , "Doherty, Declan" , "liranl@mellanox.com" , "nelio.laranjeiro@6wind.com" , "thomas@monjalon.net" References: <1507987683-12315-1-git-send-email-aviadye@dev.mellanox.co.il> <1508439184-17893-1-git-send-email-aviadye@dev.mellanox.co.il> <1508439184-17893-4-git-send-email-aviadye@dev.mellanox.co.il> From: Aviad Yehezkel Message-ID: Date: Mon, 23 Oct 2017 14:40:15 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Subject: Re: [dpdk-dev] [PATCH v2 4/6] examples/ipsec-secgw: add correct padding to tunnel mode 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, 23 Oct 2017 11:40:19 -0000 I talked with Akhil. I will send v3 of patches by EOD and hold back this patch. The reason I don't have time to deep dive regression tests and get back with an example in the upcoming days. Thanks! On 10/23/2017 1:54 PM, De Lara Guarch, Pablo wrote: > Hi Aviad, > >> -----Original Message----- >> From: Gonzalez Monroy, Sergio >> Sent: Friday, October 20, 2017 6:56 AM >> To: aviadye@dev.mellanox.co.il; dev@dpdk.org; De Lara Guarch, Pablo >> ; aviadye@mellanox.com >> Cc: borisp@mellanox.com; akhil.goyal@nxp.com; >> hemant.agrawal@nxp.com; Nicolau, Radu ; >> Doherty, Declan ; liranl@mellanox.com; >> nelio.laranjeiro@6wind.com; thomas@monjalon.net >> Subject: Re: [dpdk-dev][PATCH v2 4/6] examples/ipsec-secgw: add correct >> padding to tunnel mode >> >> Hi Aviad, >> >> I think you missed my question on v1 for this patch. >> >> Could you provide an example where the pad calculation with the current >> code is wrong? >> > Could you reply to the comments from Sergio and Radu? > We should try to get this merged ASAP. > > Thanks, > Pablo >