- Further minor tweaks
Submitted by: wblock
This commit is contained in:
parent
2afd6c12d4
commit
f851e9a3a0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43273
1 changed files with 18 additions and 19 deletions
|
@ -521,22 +521,21 @@ Report//EN" "http://www.FreeBSD.org/XML/share/xml/statusreport.dtd">
|
|||
</links>
|
||||
|
||||
<body>
|
||||
<p>First, André Oppermann gave a status report on his current work
|
||||
on the interface between the network stack and the drivers. He
|
||||
is planning to publish a formal documentation on the
|
||||
stack-driver boundary and split the <tt>ifnet</tt> structure
|
||||
into separate, stack- and driver-owned section, finally all
|
||||
drivers will be adjusted to this new world order, and call for
|
||||
feedback will be posted to the respective mailing lists. This
|
||||
change is being implemented in the <tt>projects/ifq</tt>
|
||||
Subversion branch, supervised by Ed Maste on behalf of the &os;
|
||||
Foundation as sponsor. In addition to that, André is close to
|
||||
complete his TCP-AO work, and also working on moving the IPsec
|
||||
code into a <tt>pfil(9)</tt>-based kernel module. Besides that,
|
||||
Gleb Smirnoff came up with the problem of implementing a
|
||||
lightweight reference counting to avoid dangling pointers and
|
||||
Alexander Chernikov started a discussion on the routing
|
||||
performance.</p>
|
||||
<p>André Oppermann gave a status report on his current work on the
|
||||
interface between the network stack and the drivers. He is
|
||||
planning to publish a formal documentation on the stack-driver
|
||||
boundary and split the <tt>ifnet</tt> structure into separate,
|
||||
stack- and driver-owned sections. All drivers will be adjusted
|
||||
to this new world order, and a call for feedback will be posted
|
||||
to the respective mailing lists. This change is being
|
||||
implemented in the <tt>projects/ifq</tt> Subversion branch,
|
||||
supervised by Ed Maste on behalf of the &os; Foundation as
|
||||
sponsor. André is close to completing his TCP-AO work, and
|
||||
working on moving the IPsec code into a <tt>pfil(9)</tt>-based
|
||||
kernel module. Gleb Smirnoff came up with the problem of
|
||||
implementing a lightweight reference counting to avoid dangling
|
||||
pointers, and Alexander Chernikov started a discussion on the
|
||||
routing performance.</p>
|
||||
|
||||
<p>Another highlight of the networking stack working group was the
|
||||
discussion on testing, where everybody agreed that developers
|
||||
|
@ -545,8 +544,8 @@ Report//EN" "http://www.FreeBSD.org/XML/share/xml/statusreport.dtd">
|
|||
and Alexander Chernikov (from Yandex) have already shown
|
||||
interest in this effort, while the Netflix staff (Lawrence
|
||||
Stewart, Adrian Chadd, and Scott Long) confirmed that they have
|
||||
access to TCP-heavy production workload. On a related note, it
|
||||
was added that Netflix is looking to host developer summits
|
||||
access to a TCP-heavy production workload. On a related note,
|
||||
it was added that Netflix is looking to host developer summits
|
||||
focused on networking in Los Gatos, California, on a
|
||||
semi-regular basis.</p>
|
||||
</body>
|
||||
|
@ -742,7 +741,7 @@ Report//EN" "http://www.FreeBSD.org/XML/share/xml/statusreport.dtd">
|
|||
|
||||
<p>We had a long discussion about removing support for old-style binary
|
||||
packages now that we have <tt>pkg(8)</tt>. Staying compatible with
|
||||
<tt>pkg_install(1)</tt> hinders the introduction of new features, e.g.
|
||||
<tt>pkg_install(1)</tt> hinders the introduction of new features, e.g.,
|
||||
sub-packages mentioned above. We cannot really add those new features
|
||||
as the old tools will not support them and we cannot expect ports to
|
||||
work with two different package formats at the same time. We
|
||||
|
|
Loading…
Reference in a new issue