Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

mac allocation policy prevents multiple links on rear ports

オープン
#74 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

メンテナーはふだん 5 日以内に返信

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
35/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
rust
領域
networking

調査の方向性

issue ではファイル、テスト、エントリポイントが指定されていません。まず静的 MAC 割り当てポリシーとその dpd 設定を追跡し、次に動的割り当てと未割り当てのオーバーフロープールを使用する場合を比較してください。診断または Bringup のセットアップで、production の割り当てを変更せずに、rear port 上に lane ごとに 1 つのリンクを作成できれば完了です。

索引モデルが issue の本文から書いたものです。

説明

Originally filed as https://github.com/oxidecomputer/dendrite-archived/issues/669

We have a static policy for assigning MAC addresses to links on a switch. 32 MACs are reserved for rear ports and 128 for front ports. This lets us create up to 4 links on each QSFP/front port, but only a single link on each of the rear ports.

For production/customer installations, this assignment is fine. There is no reason to have more than a single link for each rear port in those scenarios. For diagnostic and/or bringup work, we may want to create up to one link for each lane on a rear port.

There are two fairly straightforward approaches to handling this. 1) we can add a "dynamic mac allocation" dpd flag, which would do dynamic mac allocation rather than static. 2) we can use the currently unassigned 95 MACs at the end of the block as an overflow pool.

主要言語
Rust
スター
20
フォーク
3
平均マージ
8時間 29分
マージ済み PR(30日)
2

環境構築

このプロジェクトの環境構築ファイルはまだ確認していません。まず README を読み、一般的な手順ははじめてのコントリビューションガイドを参照してください。

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

oxidecomputer/dendrite のほかの issue

oxidecomputer/dendrite の issue をすべて見る

似ている issue

Rust の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。