From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id 061E85908 for ; Tue, 10 Jun 2014 13:25:18 +0200 (CEST) Received: by mail-wi0-f171.google.com with SMTP id n15so2904374wiw.16 for ; Tue, 10 Jun 2014 04:25:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=m9q1SEZknMuGJohl9nW87ewA4xeCqomQn4FIuM0ZwM0=; b=RF4HxNCAkToxai205C2OFpGkAsts168cnsdCv7mgIBVMtXTMSdfCFGK7ej020/JWDZ N0wtL6RtpgNJSZH/mUO+iDL7F9ySaIZUJ+0MUFHgHVxdMUOLOtLaJTXlYvBMp1PGaKtM OfN3F+R4hjIeL+2RuJXfssY89BbtEChFHwx+JU36VRq3GsY6K5s5B6rOBnSL43yy9YNx oUr54j+mzor7jChNLhKyiCdv+RgNGYdRKuMtUo4B7G1TwiRSwpXVTrDOhf+rbFwBbygM fJOUnpY+thyW1ApuOd61z0kVfAOklUwD5uxcb35/e31kddiN2Xoe/RChR6Cww3hAvlh8 cKOg== X-Gm-Message-State: ALoCoQnvYrLqaPr0ngpsR53FnAm2+BTofK5OapSBXThDgEAY8BVv3wp70ViJlAmgWu/ammrT05e3 X-Received: by 10.194.104.129 with SMTP id ge1mr3610729wjb.94.1402399532697; Tue, 10 Jun 2014 04:25:32 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id f6sm20238837wiy.19.2014.06.10.04.25.31 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 10 Jun 2014 04:25:31 -0700 (PDT) From: Thomas Monjalon To: Konstantin Ananyev Date: Tue, 10 Jun 2014 13:25:32 +0200 Message-ID: <60974465.8N6nHygKRS@xps13> Organization: 6WIND User-Agent: KMail/4.13.1 (Linux/3.14.4-1-ARCH; KDE/4.13.1; x86_64; ; ) In-Reply-To: <1401288422-10449-1-git-send-email-konstantin.ananyev@intel.com> References: <1401288422-10449-1-git-send-email-konstantin.ananyev@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] fix for eth_pcap_tx() can cause mbuf corruption X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2014 11:25:19 -0000 > If pcap_sendpacket() fails, then eth_pcap_tx shouldn't silently free that > mbuf and continue. > > Signed-off-by: Konstantin Ananyev Acked-by: Pablo de Lara Guarch Tested-by: Waterman Cao Applied for version 1.7.0. Thanks -- Thomas