Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement kernel abstraction of Service and Pod, and use maps for storage and information transfer #482

Merged
merged 1 commit into from
Aug 6, 2023

Conversation

ESWZY
Copy link
Member

@ESWZY ESWZY commented Jul 30, 2023

Description

Implement kernel abstraction of Service and Pod, and use maps for storage and information transfer.

Control Map Design

Control Map

Data Map Design

Data Map

Ref #467

Type of change

Please delete options that are not relevant.

  • New feature

Copy link
Member

@helight helight left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. 代码中增加更多的注释
  2. 增加文件头说明如下

// Copyright 2023 The LMP Authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://github.com/linuxkerneltravel/lmp/blob/develop/LICENSE
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
// author: [email protected]
//
// 文件功能说明,说明该文件的用途和目的


以上是我们的代码注释头,大家顺手都加上

@chenamy2017
Copy link
Contributor

增加README文件,并持续更新这个文件。

…, and use maps for storage and information transfer
@ESWZY
Copy link
Member Author

ESWZY commented Aug 4, 2023

  1. 代码中增加更多的注释
  2. 增加文件头说明如下

// Copyright 2023 The LMP Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://github.com/linuxkerneltravel/lmp/blob/develop/LICENSE // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. // // author: [email protected] // // 文件功能说明,说明该文件的用途和目的

以上是我们的代码注释头,大家顺手都加上

已添加

@ESWZY
Copy link
Member Author

ESWZY commented Aug 4, 2023

增加README文件,并持续更新这个文件。

已补充

@chenamy2017 chenamy2017 merged commit 26d5632 into linuxkerneltravel:develop Aug 6, 2023
ESWZY pushed a commit to ESWZY/lmp that referenced this pull request Aug 7, 2023
Implement kernel abstraction of Service and Pod, and use maps for storage and information transfer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants