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 3ADBA6A1B for ; Tue, 17 May 2016 14:47:21 +0200 (CEST) Received: by mail-wm0-f42.google.com with SMTP id n129so138856184wmn.1 for ; Tue, 17 May 2016 05:47:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=yRqhETj4vXx5m0a4y/CQgcVYnyxYazg/45vcIswgRnw=; b=XwHAujCoBzQoHfRFYgJOdKJgtC4fvI+VbNViXmODkdmSF6bl0ZbXgWEOi+SbtkgOXQ txJqAhrTxQCgu2wNpkXiUSDMxZXKdJ1QUbqYs0M+RpEz0N8AtfK+XqOonleNBBUrRlzC sYLJzLkiPy+duFn+WaM96MFTfWhGl61JdyelC/Gpo+kAKU/mCR/JujwZj9pMLinw5Vb5 yyOrJgXYZZavKJfhZro8TFHZNgXM/RYV4Vr122r1Opw0sOMz4kByejCecsnIbc6BxDRU Pxa0wF/gyQumlAGDyybCW7USCMimLJzi3t7PwL0/DoAPB5QaoYk3MyXcolZnepY3NHeO qcFg== 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:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=yRqhETj4vXx5m0a4y/CQgcVYnyxYazg/45vcIswgRnw=; b=SiWwYSfzgGM3yuKuuB1PJW64iJMUK394zfBTXm17KvsQ88mgdlYEhFhy51JtNyfsBk TePwaQ+G8u9hMiAqOtV7KxZC+uZ5/ftg0Nnwu1DYB5XtHxpCZSyLazrJx66yI1V0Wqt9 qecqxSpOGN5NQxrzjhJJFHuZMTbOlzdfansVz+H5rfYlO8MBL5VArp1ec0KyPpg62/g1 m6OMPwzE6z5AlSNjfXJTPIAkT+iGZ6W0362aMxLDiUlnsUA9vzQmK9Lg8+5+A/oWULfN A2QjeG+ascKudKde2dfdQ3HqODUqiHGr/KtdJzsV7vMQT0ksgFWtNuBBKUdJLyMV2CBj vcCg== X-Gm-Message-State: AOPr4FUIEVawgIQipvrWp75AxU8RE1tehyOMGAypCPALWUBgMtsD4vlBhQhrhucj4t4HaMHh X-Received: by 10.28.54.69 with SMTP id d66mr25218772wma.94.1463489240966; Tue, 17 May 2016 05:47:20 -0700 (PDT) Received: from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by smtp.gmail.com with ESMTPSA id a200sm23880710wme.8.2016.05.17.05.47.19 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 17 May 2016 05:47:20 -0700 (PDT) From: Thomas Monjalon To: Fan Zhang Cc: dev@dpdk.org Date: Tue, 17 May 2016 14:47:09 +0200 Message-ID: <2269408.5HmfA0sQ54@xps13> User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1463488621-26820-1-git-send-email-roy.fan.zhang@intel.com> References: <1463488621-26820-1-git-send-email-roy.fan.zhang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] examples/ip_pipeline: fix NULL packet processing in source port 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, 17 May 2016 12:47:21 -0000 2016-05-17 13:37, Fan Zhang: > This patch fixes the NULL packet processing problem. Originally, > the write to NULL packets generated by source port will crash > the ip pipeline application. This patch enforces, unless > specified, a default pcap file path to be read. I failed to understand. Please describe clearly the bug in 1 or 2 sentences. Then use a line break and describe the fix. Thanks