From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ob0-f171.google.com (mail-ob0-f171.google.com [209.85.214.171]) by dpdk.org (Postfix) with ESMTP id 7B1C08E86 for ; Tue, 20 Oct 2015 22:25:12 +0200 (CEST) Received: by obbwb3 with SMTP id wb3so24367508obb.0 for ; Tue, 20 Oct 2015 13:25:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=ttg9du630UhjDJ9OQ1RkEPdZr+rAEchgG/Rfbb7Ob1c=; b=RVKi3Eh6SybDpebRk1wJ2SRR8kSm0bGSwvpIsFnUx4a3uMIsS3Tbre67lmWnHYcdtp 4Up4k9+FlFyh9sh6RQnNUccABtSD+UwtTQT2w6x654OdmdHtIoXrx6iTUEgzONdGczCv GtHkaXYgMSHAtKgIkiwqn5q9UG6l42dO48J8mMjXVFlyJ35l0CPZpbslq7qQXP0NPlLX KZ1BfXUWD0MO7I9ZAfrs4K458GxG/uvoogdz4c5Su2o1gs+GNNhdSYwmEqj4rdJqgT8F bcuPqbrmMB5oN9Mz5Us0aqomXNankzk/T+1EKn8KJjQgJCDgvNB2Vo6NRz67xniMT7X1 2ezQ== X-Gm-Message-State: ALoCoQma+s0HQ/2CTsJ7MUeWSKTKletf/hOyUColKiydskITmlI+u6WODvJtvvS9jXvcVao8Kh98 MIME-Version: 1.0 X-Received: by 10.182.130.234 with SMTP id oh10mr3634988obb.58.1445372711707; Tue, 20 Oct 2015 13:25:11 -0700 (PDT) Received: by 10.76.131.166 with HTTP; Tue, 20 Oct 2015 13:25:11 -0700 (PDT) In-Reply-To: <1444067795-29748-2-git-send-email-adrien.mazarguil@6wind.com> References: <1444067795-29748-1-git-send-email-adrien.mazarguil@6wind.com> <1444067795-29748-2-git-send-email-adrien.mazarguil@6wind.com> Date: Tue, 20 Oct 2015 22:25:11 +0200 Message-ID: From: David Marchand To: Adrien Mazarguil Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH 1/3] eal: new interrupt handler type 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, 20 Oct 2015 20:25:12 -0000 On Mon, Oct 5, 2015 at 7:56 PM, Adrien Mazarguil wrote: > From: Nelio Laranjeiro > > Add RTE_INTR_HANDLE_EXT handler type for PMDs that do not support VFIO or > UIO. Those are expected to manage the file descriptor themselves. > > Signed-off-by: Nelio Laranjeiro > Maybe a title like "eal: allow external interrupt handler" would be better. Acked-by: David Marchand -- David Marchand