[dpdk-dev] [PATCH v6 05/11] eal: replace rte_panic instances in eventdev

Arnon Warshavsky arnon at qwilt.com
Tue Apr 24 21:28:43 CEST 2018


Thanks. Same as with dpaa

On Tue, Apr 24, 2018 at 6:06 PM, Stephen Hemminger <
stephen at networkplumber.org> wrote:

> On Tue, 24 Apr 2018 09:41:57 +0300
> Arnon Warshavsky <arnon at qwilt.com> wrote:
>
> > +             if (eventdev->data->dev_private == NULL) {
> > +                     RTE_LOG(CRIT, EAL, "%s(): Cannot allocate memzone
> for private device data",
> > +                             __func__);
> > +                     return -ENOMEM;
> > +             }
>
> In eventdev, use RTE_EDEV_LOG_ERR for this.
>



-- 

*Arnon Warshavsky*
*Qwilt | work: +972-72-2221634 | mobile: +972-50-8583058 | arnon at qwilt.com
<arnon at qwilt.com>*


More information about the dev mailing list