From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id 25F7C108F for ; Tue, 17 Jan 2017 21:49:14 +0100 (CET) Received: by mail-wm0-f49.google.com with SMTP id r144so242121578wme.1 for ; Tue, 17 Jan 2017 12:49:14 -0800 (PST) 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=5VKJ5aESabuPan9w0IxISMtOoJsLOfwLIkFXQ1VSX5w=; b=R+0eXlnNFQAa+UPtTsCDVXFUJk6NQ+bfEu9raChpych1jWgqdePaF1eV/oU2e4uU1d TfEU2dHPwifmC0UdlMx60uD657UCh+HqJ0TUX+ylHynv+DzxkrDfCqpuTpsOQxYDtvwW vWx/5ZO3YyL4FFaegl18jjhQBY6mHOXRFReAauoe4hJ4obsPOxDWH2UihQK8QYbdwdy2 SQ9T7pL5jeLbc9qeV5sN0yYtiJOsop+sGJ/rZ1IIiuGYesu4IqQWUht3E1s20FAbJiou sNLKx2Mus9b3G1K2fPoyc7f6W44U+I/qds70pEq+0F1YFT6bhmAF1DFgFLZ0iT+QVyuj ySBQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=5VKJ5aESabuPan9w0IxISMtOoJsLOfwLIkFXQ1VSX5w=; b=Hk7FHUP7cpEIitjqOkW0tiblZ3VuADb/ihneG0zuFmUgMy2oJtR9Y0zOqsYzF0P+1Q RhSOfhugY8nUNGhNw91x3TUHCMxUYnZp5fdjVj+on2btjs2Q+Oo7OCBClQsCpIEWle/H L6T3XjpZkKk0uwfjzc+0sKmOxOvDlQ/alAfBasaRltaaZEtVhReAP8vnDG24zJruO24z j4+m5nmzxx9Q6CNA3lF8VXuofxud51fnkOvnxnoRf3kviIyWZTF0NsigDZrAC34/+Or9 pSVCNmtLDwgAGrpkJ5iQUEjUQj6Y7qOcdSxjf1qolCTl5s7f9PZhUuBvlR4m+sfR2+ve bZdw== X-Gm-Message-State: AIkVDXILLEIFqoZDrMWFLuOIUdjdlQ8un1SMsubajmg9RH+aQUGDipUt5Xb1nY3zdby3eZoz X-Received: by 10.28.40.65 with SMTP id o62mr88327wmo.131.1484686154760; Tue, 17 Jan 2017 12:49:14 -0800 (PST) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id g197sm39710090wmd.15.2017.01.17.12.49.13 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 Jan 2017 12:49:14 -0800 (PST) From: Thomas Monjalon To: Qi Zhang Cc: dev@dpdk.org, wenzhuo.lu@intel.com, helin.zhang@intel.com Date: Tue, 17 Jan 2017 21:49:13 +0100 Message-ID: <1902373.uEIyCOLQE6@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1484594632-3681-1-git-send-email-qi.z.zhang@intel.com> References: <1484594632-3681-1-git-send-email-qi.z.zhang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3] net/ixgbe: fix interrupt block issue 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: Tue, 17 Jan 2017 20:49:15 -0000 2017-01-16 14:23, Qi Zhang: > v3: > - during the period after interrupt handler finish and before delayed handler only lsc interrupt will be disabled. > > v2: > - rebase to dpdk-next-net Please, use --in-reply-to to keep revisions in the same thread. It will help to compare (and will sort things in archives).