<html>
<head>
<base href="https://bugs.dpdk.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:mb@smartsharesystems.com" title="Morten Brørup (mb@smartsharesystems.com)"> <span class="fn">Morten Brørup</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED INVALID - cannot disable RTE_ETHDEV_RXTX_CALLBACKS from rte_config.h"
href="https://bugs.dpdk.org/show_bug.cgi?id=1448">bug 1448</a>
<br>
<table border="1" cellspacing="0" cellpadding="8" class="bz_diff_table">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>INVALID
</td>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>CONFIRMED
</td>
<td>RESOLVED
</td>
</tr></table>
<p>
<div class="bz_comment_block">
<b class="bz_comment_head"><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED INVALID - cannot disable RTE_ETHDEV_RXTX_CALLBACKS from rte_config.h"
href="https://bugs.dpdk.org/show_bug.cgi?id=1448#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED INVALID - cannot disable RTE_ETHDEV_RXTX_CALLBACKS from rte_config.h"
href="https://bugs.dpdk.org/show_bug.cgi?id=1448">bug 1448</a>
from <span class="vcard"><a class="email" href="mailto:mb@smartsharesystems.com" title="Morten Brørup (mb@smartsharesystems.com)"> <span class="fn">Morten Brørup</span></a>
</span>
</b>
<pre class="bz_comment_text">The config/rte_config.h source code configuration is for exotic configuration
parameters that we don't want to expose to Meson.
The threshold between normal and exotic is not well defined. :-)
The bug report says that ethdev rx/tx callbacks cannot be disabled in
config/rte_config.h, where it is configurable. This is not correct. They can be
disabled in config/rte_config.h, so there is no bug; the bug reporter just
didn't know how to do it.
Although I personally prefer #if over #ifdef, it would be a huge patch series
to replace all occurrences of #ifdef XYZ with #if XYZ. (2800+ LOC containing
'#ifdef': grep -r '#ifdef' | grep -v '__cplusplus' | wc)
</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
<link itemprop="url" href="https://bugs.dpdk.org/show_bug.cgi?id=1448#c3">
<meta itemprop="name" content="View bug">
</div>
<meta itemprop="description" content="Bugzilla bug update notification">
</div>
</body>
</html>